GetApplicationOption

Definition:

GetApplicationOption(option)

 

Description:

Obtain the current values of the options set using the SetApplicationOption Method.

 

Platforms:

All

 

Parameters:

option - required

A string specifying the option whose setting you want to know. It can take one of the following values:

"CAMERA_MEGAPIXELS"

"CAMERA_TYPE"

"DISABLE_TABLE_SORT"

"GPS_ACCURACY"

"GPS_DISTANCE_FILTER"

"GPS_HIGH_ACCURACY"

"NOTIFICATION_PLAYSOUND_IN_FOREGROUND"

"PHOTO_OVERLAY_TYPE"

"PHOTO_OVERLAY_HORIZONTAL_POSITION"

"PHOTO_OVERLAY_VERTICAL_POSITION"

"PROGRESS_ALLOW_CANCEL"

"PROGRESS_MODE"

"VIDEO_RESOLUTION"

"VIDEO_TIMEOUT"

"VIDEO_HAS_AUDIO"

 

For information about the meaning of each option refer to the definition for the SetApplicationOption Method.

 

Returns:

String containing the current value of the specified option.


See also:

SetApplicationOption